home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / ezf32b.zip / BOOTUTIL.DOC next >
Text File  |  1990-11-30  |  8KB  |  237 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                *  T E M P O R A R Y  *
  9.                               -------------------------
  10.  
  11.  
  12.                       B O O T    M E S S A G E    U T I L I T Y
  13.                      -------------------------------------------
  14.  
  15.  
  16.                               D O C U M E N T A T I O N
  17.                              ---------------------------
  18.  
  19.  
  20.  
  21.                        Copyright (c) 1990 by Falk Data Systems.
  22.                                  All rights reserved.
  23.  
  24.  
  25.  
  26.                             Last updated:  November, 1990
  27.  
  28.  
  29.  
  30.  
  31.  
  32.           Falk Data Systems                         Orders:  (800) 326-5615
  33.           5322 Rockwood Court                    Tech Supt:  (915) 584-7670
  34.           El Paso, Texas  79932-2412                   FAX:  (915) 584-1540
  35.           U.S.A.                                CompuServe:  71420,2431    
  36.  
  37.  
  38.  
  39.           Introduction:
  40.           -------------
  41.  
  42.           Several people have been asking for more control over their
  43.           custom boot messages.  They wanted to be able to completely
  44.           change the boot message, and they wanted more room in which to do
  45.           it.  I wanted to see how it would work out, so I sat down one
  46.           morning and wrote a quick test program called "BootUtil".  I
  47.           looked into adding this feature to EzFormat.EXE and decided that
  48.           since a major upgrade was planned anyway, it wouldn't make sense
  49.           to go through the cost of translations (EzFormat.EXE is in three
  50.           languages) right now.  But I also realized that people wanted the
  51.           capabilities of BootUtil.  So, like a politician, I compromised.
  52.           I decided to add BootUtil to the Easy Format package, until the
  53.           next major upgrade.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.           Falk Data Systems:  BootUtil.DOC                      Page 1 of 4
  60.  
  61.  
  62.                           - TEMPORARY Boot Message Utility -
  63.  
  64.  
  65.           BootUtil is intended to help you produce your master disk prior
  66.           to duplication.  BootUtil enables you to place custom boot
  67.           messages on a diskette.  This custom boot message will appear
  68.           anytime someone boots their computer with that disk in their A:
  69.           drive.
  70.  
  71.           BootUtil uses BIOS calls to update the boot sector on an already
  72.           formatted diskette.  If you have one of the newer drives that is
  73.           not supported by the BIOS then BootUtil will not work for you.
  74.           The next major update to Easy Format will support your drives.
  75.  
  76.  
  77.           Documentation:
  78.           --------------
  79.  
  80.           In keeping with the temporary nature of BootUtil, this
  81.           documentation is very rough and to the point.
  82.  
  83.  
  84.           Memory Usage:
  85.           ~~~~~~~~~~~~~
  86.           BootUtil requires about 110K of free memory to run.
  87.  
  88.  
  89.           Boot Message Display Attribute:
  90.           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  91.           When choosing the display attribute for your boot sector message,
  92.           be sure to pick an attribute that is visible on both color and
  93.           monochrome systems.  You can use the pop up Color Attribute Chart
  94.           in the Programmer's Productivity Pack for reference.
  95.  
  96.  
  97.           DOS Version 4 Boot Sectors:
  98.           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  99.           The DOS version number defaults to the version of DOS that the
  100.           program is running under.  At the request of Hans Salvisberg
  101.           (Switzerland), BootUtil allows you to override the version number
  102.           which is written into the boot sector.  This is useful if, for
  103.           instance, your program supports all versions of DOS from 2.0 on,
  104.           you can set the DOS version number in the boot sector to 2.0.
  105.           This doesn't have any major effects and using the default will
  106.           work just fine.  One important consideration is DOS versions 4.00
  107.           and above.  DOS version 4.00 adds extra parameters to the BPB and
  108.           will eat up some of the space (32 bytes) that would normally be
  109.           used for your custom boot sector message.  BootUtil was not
  110.           designed to produce diskettes intended only for DOS versions 4.xx
  111.           and above.  I recommend NOT using DOS 4.x for the version number.
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.           Falk Data Systems:  BootUtil.DOC                      Page 2 of 4
  119.  
  120.  
  121.                           - TEMPORARY Boot Message Utility -
  122.  
  123.  
  124.           When the next major update to Easy Format is released it will
  125.           include the capability of producing diskettes intended only for
  126.           DOS 4.00 or higher - although I can't think of a reason why
  127.           someone would want to exclude all prior versions of DOS.
  128.  
  129.  
  130.           Technical Support:
  131.           ~~~~~~~~~~~~~~~~~~
  132.           I hope some of you find this *TEMPORARY* utility to be useful.
  133.           If you have any questions or comments please feel free to send me
  134.           (Bob Falk [71420,2431]) messages via CompuServe Mail.
  135.  
  136.  
  137.           Custom Boot Message Editor:
  138.           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  139.           The boot message editor uses standard WordStar commands (like you
  140.           find in most of Borland's editors).  It defaults to overwrite
  141.           (not insert) mode.  If you plan on making major changes to the
  142.           default boot message then I recommend that you delete each line
  143.           by pressing <Ctrl><Y>, then switch the editor into insert mode by
  144.           pressing the <Ins> key.
  145.  
  146.           Editing commands                          Key(s)
  147.           --------------------------------------    ------------------------
  148.  
  149.           Left                                      Left, Ctrl-S
  150.  
  151.           Right                                     Right, Ctrl-D
  152.  
  153.           Word Left                                 Ctrl-Left, Ctrl-A
  154.  
  155.           Word Right                                Ctrl-Right, Ctrl-F
  156.  
  157.           Beginning of Line                         Home, Ctrl-QS
  158.  
  159.           End of Line                               End, Ctrl-QD
  160.  
  161.           Up                                        Up, Ctrl-E
  162.  
  163.           Down                                      Down, Ctrl-X
  164.  
  165.           Scroll Up                                 Ctrl-W
  166.  
  167.           Scroll Down                               Ctrl-Z
  168.  
  169.           Page Up                                   PgUp, Ctrl-R
  170.  
  171.           Page Down                                 PgDn, Ctrl-C
  172.  
  173.           Top of Window                             Ctrl-Home, Ctrl-QE
  174.  
  175.  
  176.  
  177.           Falk Data Systems:  BootUtil.DOC                      Page 3 of 4
  178.  
  179.  
  180.                           - TEMPORARY Boot Message Utility -
  181.  
  182.  
  183.           Bottom of Window                          Ctrl-End, Ctrl-QX
  184.  
  185.           Top of Message                            Ctrl-PgUp, Ctrl-QR
  186.  
  187.           Bottom of Message                         Ctrl-PgDn, Ctrl-QC
  188.  
  189.           Delete                                    Del, Ctrl-G
  190.  
  191.           Back Space                                Bksp, Ctrl-H, Ctrl-BkSp
  192.  
  193.           Delete Line                               Ctrl-Y
  194.  
  195.           Delete to End of Line                     Ctrl-QY
  196.  
  197.           Delete word right                         Ctrl-T
  198.  
  199.           New Line                                  Enter, Ctrl-M
  200.  
  201.           Insert Line                               Ctrl-N
  202.  
  203.           Tab (8 spaces)                            Tab, Ctrl-I
  204.  
  205.           Quote (enter control character)           Ctrl-P
  206.  
  207.           Insert toggle                             Ins, Ctrl-V
  208.  
  209.           Auto indent toggle                        Ctrl-OI
  210.  
  211.           Word Wrap toggle                          Ctrl-OW
  212.  
  213.           Reformat paragraph (word wrap on)         Ctrl-B
  214.  
  215.           Reformat entire buffer (word wrap on)     Ctrl-KG
  216.  
  217.           Restore current line                      Ctrl-QL
  218.  
  219.           Quit (Finished)                           Esc, Ctrl-Break
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.                          **  Thank you for your support!  **
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.           Falk Data Systems:  BootUtil.DOC                      Page 4 of 4
  237.